home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / lagoonquest.swf / scripts / DefineButton2_503 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-27  |  205b  |  8 lines

  1. on(release){
  2.    dolphinGame.soundWasMute = true;
  3.    dolphinGame.ambient.soundVol.setVolume(0);
  4.    dolphinGame.music.soundVol.setVolume(0);
  5.    dolphinGame.fx.soundVol.setVolume(0);
  6.    nextFrame();
  7. }
  8.